google.golang.org/grpc/internal/transport/readyreader.bufReadyReader.constPool (field)

3 uses

	google.golang.org/grpc/internal/transport/readyreader (current package)
		ready_reader.go#L173: 	constPool constBufferPool // stored as a field to avoid heap allocations.
		ready_reader.go#L214: 			b.constPool.buffer = p
		ready_reader.go#L215: 			_, n, b.err = b.rd.ReadOnReady(len(p), &b.constPool)